go/types.genericType.TypeParams (method)
7 uses
go/types (current package)
instantiate.go#L23: TypeParams() *TypeParamList
instantiate.go#L62: tparams := orig_.TypeParams().list()
object.go#L591: if t.TypeParams().Len() > 0 {
object.go#L592: newTypeWriter(buf, qf).tParamList(t.TypeParams().list())
signature.go#L236: if g, _ := baseType.(genericType); g != nil && g.TypeParams() != nil {
typexpr.go#L451: tparams := inst.TypeParams().list()
typexpr.go#L454: if i, err := check.verify(ix.Pos(), inst.TypeParams().list(), targs, check.context()); err != nil {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)